pub struct Register<'l> {
pub credential: Credential<'l>,
}Fields§
§credential: Credential<'l>Trait Implementations§
impl<'l> Copy for Register<'l>
impl<'l> Eq for Register<'l>
impl<'l> StructuralPartialEq for Register<'l>
Auto Trait Implementations§
impl<'l> Freeze for Register<'l>
impl<'l> RefUnwindSafe for Register<'l>
impl<'l> Send for Register<'l>
impl<'l> Sync for Register<'l>
impl<'l> Unpin for Register<'l>
impl<'l> UnwindSafe for Register<'l>
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