pub struct SystemUpdateTrustRootDeleteWhen(/* private fields */);Implementations§
Source§impl SystemUpdateTrustRootDeleteWhen
impl SystemUpdateTrustRootDeleteWhen
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 SystemUpdateTrustRootDeleteWhen
impl !RefUnwindSafe for SystemUpdateTrustRootDeleteWhen
impl !Send for SystemUpdateTrustRootDeleteWhen
impl !Sync for SystemUpdateTrustRootDeleteWhen
impl Unpin for SystemUpdateTrustRootDeleteWhen
impl UnsafeUnpin for SystemUpdateTrustRootDeleteWhen
impl !UnwindSafe for SystemUpdateTrustRootDeleteWhen
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