pub struct ProfileApi<'a> { /* private fields */ }Expand description
Profile API façade.
Implementations§
Source§impl<'a> ProfileApi<'a>
impl<'a> ProfileApi<'a>
Sourcepub fn new(client: &'a GmailClient) -> Self
pub fn new(client: &'a GmailClient) -> Self
Wraps an existing GmailClient for profile operations.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ProfileApi<'a>
impl<'a> !UnwindSafe for ProfileApi<'a>
impl<'a> Freeze for ProfileApi<'a>
impl<'a> Send for ProfileApi<'a>
impl<'a> Sync for ProfileApi<'a>
impl<'a> Unpin for ProfileApi<'a>
impl<'a> UnsafeUnpin for ProfileApi<'a>
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