pub struct Rights { /* private fields */ }Expand description
The wire type corresponding to Rights.
Trait Implementations§
impl Copy for Rights
Source§impl<___E> Encode<Rights, ___E> for Rightswhere
___E: ?Sized,
impl<___E> Encode<Rights, ___E> for Rightswhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<Rights, ___E> for &'a Rightswhere
___E: ?Sized,
impl<'a, ___E> Encode<Rights, ___E> for &'a Rightswhere
___E: ?Sized,
Source§impl FromWireRef<Rights> for Rights
impl FromWireRef<Rights> for Rights
Source§fn from_wire_ref(wire: &Rights) -> Self
fn from_wire_ref(wire: &Rights) -> Self
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for Rights
impl RefUnwindSafe for Rights
impl Send for Rights
impl Sync for Rights
impl Unpin for Rights
impl UnsafeUnpin for Rights
impl UnwindSafe for Rights
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]