Struct RemoteSystemAuthorizationKind
#[repr(transparent)]pub struct RemoteSystemAuthorizationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for RemoteSystemAuthorizationKind
impl Clone for RemoteSystemAuthorizationKind
§fn clone(&self) -> RemoteSystemAuthorizationKind
fn clone(&self) -> RemoteSystemAuthorizationKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RemoteSystemAuthorizationKind
impl Debug for RemoteSystemAuthorizationKind
§impl Default for RemoteSystemAuthorizationKind
impl Default for RemoteSystemAuthorizationKind
§fn default() -> RemoteSystemAuthorizationKind
fn default() -> RemoteSystemAuthorizationKind
Returns the “default value” for a type. Read more
§impl PartialEq for RemoteSystemAuthorizationKind
impl PartialEq for RemoteSystemAuthorizationKind
impl Copy for RemoteSystemAuthorizationKind
impl Eq for RemoteSystemAuthorizationKind
impl StructuralPartialEq for RemoteSystemAuthorizationKind
Auto Trait Implementations§
impl Freeze for RemoteSystemAuthorizationKind
impl RefUnwindSafe for RemoteSystemAuthorizationKind
impl Send for RemoteSystemAuthorizationKind
impl Sync for RemoteSystemAuthorizationKind
impl Unpin for RemoteSystemAuthorizationKind
impl UnwindSafe for RemoteSystemAuthorizationKind
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