pub enum IceRole {
Controlling,
Controlled,
}Variants§
Trait Implementations§
impl Copy for IceRole
impl Eq for IceRole
impl StructuralPartialEq for IceRole
Auto Trait Implementations§
impl Freeze for IceRole
impl RefUnwindSafe for IceRole
impl Send for IceRole
impl Sync for IceRole
impl Unpin for IceRole
impl UnwindSafe for IceRole
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