pub struct OnePassSecrets {
pub service_account_token: String,
}Fields§
§service_account_token: StringAuto Trait Implementations§
impl Freeze for OnePassSecrets
impl RefUnwindSafe for OnePassSecrets
impl Send for OnePassSecrets
impl Sync for OnePassSecrets
impl Unpin for OnePassSecrets
impl UnsafeUnpin for OnePassSecrets
impl UnwindSafe for OnePassSecrets
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