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