pub struct Videos {
pub client: Client,
}Fieldsยง
ยงclient: ClientImplementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Videos
impl !RefUnwindSafe for Videos
impl Send for Videos
impl Sync for Videos
impl Unpin for Videos
impl UnsafeUnpin for Videos
impl !UnwindSafe for Videos
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