pub struct AuthorizeRequest {
pub id_tag: IdTag,
}Fields§
§id_tag: IdTagTrait Implementations§
Source§impl Clone for AuthorizeRequest
impl Clone for AuthorizeRequest
Source§fn clone(&self) -> AuthorizeRequest
fn clone(&self) -> AuthorizeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthorizeRequest
impl Debug for AuthorizeRequest
impl Eq for AuthorizeRequest
Source§impl PartialEq for AuthorizeRequest
impl PartialEq for AuthorizeRequest
impl StructuralPartialEq for AuthorizeRequest
Auto Trait Implementations§
impl Freeze for AuthorizeRequest
impl RefUnwindSafe for AuthorizeRequest
impl Send for AuthorizeRequest
impl Sync for AuthorizeRequest
impl Unpin for AuthorizeRequest
impl UnsafeUnpin for AuthorizeRequest
impl UnwindSafe for AuthorizeRequest
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