pub struct RoleType(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl<P> Deserialize<P> for RoleTypewhere
P: ProtocolReader,
impl<P> Deserialize<P> for RoleTypewhere
P: ProtocolReader,
Source§impl Ord for RoleType
impl Ord for RoleType
Source§impl PartialOrd for RoleType
impl PartialOrd for RoleType
impl Copy for RoleType
impl Eq for RoleType
impl StructuralPartialEq for RoleType
Auto Trait Implementations§
impl Freeze for RoleType
impl RefUnwindSafe for RoleType
impl Send for RoleType
impl Sync for RoleType
impl Unpin for RoleType
impl UnwindSafe for RoleType
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