pub struct CircleAuthoringState {
pub candidate_family: CandidateFamilyId,
pub control: PreparedCircleControl,
pub access: CircleAccessLeaf,
pub roster: CircleMaterializedRoster,
pub metadata: CircleMetadata,
}Fields§
§candidate_family: CandidateFamilyId§control: PreparedCircleControl§access: CircleAccessLeaf§roster: CircleMaterializedRoster§metadata: CircleMetadataTrait Implementations§
Source§impl Clone for CircleAuthoringState
impl Clone for CircleAuthoringState
Source§fn clone(&self) -> CircleAuthoringState
fn clone(&self) -> CircleAuthoringState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for CircleAuthoringState
impl RefUnwindSafe for CircleAuthoringState
impl Send for CircleAuthoringState
impl Sync for CircleAuthoringState
impl Unpin for CircleAuthoringState
impl UnsafeUnpin for CircleAuthoringState
impl UnwindSafe for CircleAuthoringState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more