pub struct SystemUpdateTrustRootViewWhen(/* private fields */);Implementations§
Source§impl SystemUpdateTrustRootViewWhen
impl SystemUpdateTrustRootViewWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn trust_root_id(self, value: &Uuid) -> Self
Auto Trait Implementations§
impl Freeze for SystemUpdateTrustRootViewWhen
impl !RefUnwindSafe for SystemUpdateTrustRootViewWhen
impl !Send for SystemUpdateTrustRootViewWhen
impl !Sync for SystemUpdateTrustRootViewWhen
impl Unpin for SystemUpdateTrustRootViewWhen
impl UnsafeUnpin for SystemUpdateTrustRootViewWhen
impl !UnwindSafe for SystemUpdateTrustRootViewWhen
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