pub struct ImageToken(/* private fields */);Expand description
A token returned from the API that is used to check the status of the image and get the image when completed
Trait Implementations§
Source§impl Clone for ImageToken
impl Clone for ImageToken
Source§fn clone(&self) -> ImageToken
fn clone(&self) -> ImageToken
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 ImageToken
impl RefUnwindSafe for ImageToken
impl Send for ImageToken
impl Sync for ImageToken
impl Unpin for ImageToken
impl UnwindSafe for ImageToken
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