pub enum IceRole {
Controlled,
Controlling,
}
Expand description
ICE role.
Variants§
Controlled
The transport is the controlled agent.
Controlling
The transport is the controlling agent.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IceRole
impl<'de> Deserialize<'de> for IceRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for IceRole
impl Ord for IceRole
Source§impl PartialOrd for IceRole
impl PartialOrd for IceRole
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