pub struct FabrykClient;Expand description
Fabryk API client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FabrykClient
impl RefUnwindSafe for FabrykClient
impl Send for FabrykClient
impl Sync for FabrykClient
impl Unpin for FabrykClient
impl UnwindSafe for FabrykClient
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