pub struct GetAdMetadataUnsupported {}Expand description
Unsupported! Undocumented method auth.getAdMetadata()
Auto Trait Implementations§
impl Freeze for GetAdMetadataUnsupported
impl RefUnwindSafe for GetAdMetadataUnsupported
impl Send for GetAdMetadataUnsupported
impl Sync for GetAdMetadataUnsupported
impl Unpin for GetAdMetadataUnsupported
impl UnwindSafe for GetAdMetadataUnsupported
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