#[repr(C)]pub struct AuthorizationExternalForm {
pub bytes: [c_char; 32],
}
Fields§
§bytes: [c_char; 32]
Trait Implementations§
source§impl Clone for AuthorizationExternalForm
impl Clone for AuthorizationExternalForm
source§fn clone(&self) -> AuthorizationExternalForm
fn clone(&self) -> AuthorizationExternalForm
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 moresource§impl Debug for AuthorizationExternalForm
impl Debug for AuthorizationExternalForm
impl Copy for AuthorizationExternalForm
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizationExternalForm
impl Send for AuthorizationExternalForm
impl Sync for AuthorizationExternalForm
impl Unpin for AuthorizationExternalForm
impl UnwindSafe for AuthorizationExternalForm
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