pub struct PlatoClient { /* private fields */ }Expand description
PLATO client for submitting verification tiles.
Implementations§
Trait Implementations§
Source§impl Clone for PlatoClient
impl Clone for PlatoClient
Source§fn clone(&self) -> PlatoClient
fn clone(&self) -> PlatoClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PlatoClient
impl !RefUnwindSafe for PlatoClient
impl Send for PlatoClient
impl Sync for PlatoClient
impl Unpin for PlatoClient
impl UnsafeUnpin for PlatoClient
impl !UnwindSafe for PlatoClient
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