pub struct SyncVideosApi { /* private fields */ }Expand description
Blocking wrapper for VideosApi.
Implementations§
Trait Implementations§
Source§impl Clone for SyncVideosApi
impl Clone for SyncVideosApi
Source§fn clone(&self) -> SyncVideosApi
fn clone(&self) -> SyncVideosApi
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 SyncVideosApi
impl !RefUnwindSafe for SyncVideosApi
impl Send for SyncVideosApi
impl Sync for SyncVideosApi
impl Unpin for SyncVideosApi
impl UnsafeUnpin for SyncVideosApi
impl !UnwindSafe for SyncVideosApi
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