pub struct GetRepositoryBlobs;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetRepositoryBlobs
impl RefUnwindSafe for GetRepositoryBlobs
impl Send for GetRepositoryBlobs
impl Sync for GetRepositoryBlobs
impl Unpin for GetRepositoryBlobs
impl UnsafeUnpin for GetRepositoryBlobs
impl UnwindSafe for GetRepositoryBlobs
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