pub struct SetAvailable<St: State = Empty>(/* private fields */);Expand description
State transition - sets the available field to Set
Trait Implementations§
Source§impl<St: State> State for SetAvailable<St>
impl<St: State> State for SetAvailable<St>
type Available = Set<available>
type Code = <St as State>::Code
type CreatedAt = <St as State>::CreatedAt
type CreatedBy = <St as State>::CreatedBy
type Disabled = <St as State>::Disabled
type ForAccount = <St as State>::ForAccount
type Uses = <St as State>::Uses
Auto Trait Implementations§
impl<St> Freeze for SetAvailable<St>
impl<St> RefUnwindSafe for SetAvailable<St>
impl<St> Send for SetAvailable<St>
impl<St> Sync for SetAvailable<St>
impl<St> Unpin for SetAvailable<St>
impl<St> UnsafeUnpin for SetAvailable<St>
impl<St> UnwindSafe for SetAvailable<St>
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