pub struct AuthorizationMode(/* private fields */);Expand description
BACnet authorization mode (Clause 12.31).
Implementations§
Source§impl AuthorizationMode
impl AuthorizationMode
pub const AUTHORIZE: Self
pub const GRANT_ACTIVE: Self
pub const DENY_ALL: Self
pub const VERIFICATION_REQUIRED: Self
pub const AUTHORIZATION_DELAYED: Self
pub const NONE: Self
Trait Implementations§
Source§impl Clone for AuthorizationMode
impl Clone for AuthorizationMode
Source§fn clone(&self) -> AuthorizationMode
fn clone(&self) -> AuthorizationMode
Returns a duplicate 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 moreSource§impl Debug for AuthorizationMode
impl Debug for AuthorizationMode
Source§impl Display for AuthorizationMode
impl Display for AuthorizationMode
Source§impl Hash for AuthorizationMode
impl Hash for AuthorizationMode
Source§impl PartialEq for AuthorizationMode
impl PartialEq for AuthorizationMode
impl Copy for AuthorizationMode
impl Eq for AuthorizationMode
impl StructuralPartialEq for AuthorizationMode
Auto Trait Implementations§
impl Freeze for AuthorizationMode
impl RefUnwindSafe for AuthorizationMode
impl Send for AuthorizationMode
impl Sync for AuthorizationMode
impl Unpin for AuthorizationMode
impl UnsafeUnpin for AuthorizationMode
impl UnwindSafe for AuthorizationMode
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