pub struct M2mClient {
pub client_id: String,
pub secret: M2mClientSecret,
pub roles: Vec<String>,
pub scopes: Vec<String>,
}Fields§
§client_id: String§secret: M2mClientSecret§roles: Vec<String>§scopes: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for M2mClient
impl RefUnwindSafe for M2mClient
impl Send for M2mClient
impl Sync for M2mClient
impl Unpin for M2mClient
impl UnsafeUnpin for M2mClient
impl UnwindSafe for M2mClient
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