pub struct Fossology { /* private fields */ }
Expand description
Client for the Fossology API.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fossology
impl !RefUnwindSafe for Fossology
impl Send for Fossology
impl Sync for Fossology
impl Unpin for Fossology
impl !UnwindSafe for Fossology
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