pub struct InstallationsInternal { /* private fields */ }Implementations§
Source§impl InstallationsInternal
impl InstallationsInternal
pub fn get_id(&self) -> InstallationsResult<String>
pub fn get_token( &self, force_refresh: bool, ) -> InstallationsResult<InstallationToken>
Trait Implementations§
Source§impl Clone for InstallationsInternal
impl Clone for InstallationsInternal
Source§fn clone(&self) -> InstallationsInternal
fn clone(&self) -> InstallationsInternal
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 InstallationsInternal
impl !RefUnwindSafe for InstallationsInternal
impl Send for InstallationsInternal
impl Sync for InstallationsInternal
impl Unpin for InstallationsInternal
impl !UnwindSafe for InstallationsInternal
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