pub struct BitbucketAuth { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BitbucketAuth
impl !UnwindSafe for BitbucketAuth
impl Freeze for BitbucketAuth
impl Send for BitbucketAuth
impl Sync for BitbucketAuth
impl Unpin for BitbucketAuth
impl UnsafeUnpin for BitbucketAuth
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