pub enum CSLActionModel {
OwnershipTransfer,
SharedInvariant,
FractionalPermission,
ViewShift,
}Variants§
Trait Implementations§
Source§impl Clone for CSLActionModel
impl Clone for CSLActionModel
Source§fn clone(&self) -> CSLActionModel
fn clone(&self) -> CSLActionModel
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 CSLActionModel
impl RefUnwindSafe for CSLActionModel
impl Send for CSLActionModel
impl Sync for CSLActionModel
impl Unpin for CSLActionModel
impl UnsafeUnpin for CSLActionModel
impl UnwindSafe for CSLActionModel
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