pub struct Condition { /* private fields */ }Expand description
The wire type corresponding to Condition.
Implementations§
Trait Implementations§
impl Copy for Condition
Source§impl<___E> Encode<Condition, ___E> for Conditionwhere
___E: ?Sized,
impl<___E> Encode<Condition, ___E> for Conditionwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<Condition, ___E> for &'a Conditionwhere
___E: ?Sized,
impl<'a, ___E> Encode<Condition, ___E> for &'a Conditionwhere
___E: ?Sized,
impl Eq for Condition
Source§impl FromWireRef<Condition> for Condition
impl FromWireRef<Condition> for Condition
Source§fn from_wire_ref(wire: &Condition) -> Self
fn from_wire_ref(wire: &Condition) -> Self
Converts the given reference to this type.
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnsafeUnpin for Condition
impl UnwindSafe for Condition
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]