pub enum GCredentials {}Auto Trait Implementations§
impl Freeze for GCredentials
impl RefUnwindSafe for GCredentials
impl Send for GCredentials
impl Sync for GCredentials
impl Unpin for GCredentials
impl UnwindSafe for GCredentials
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