pub struct InheritVerificationRequest {
pub source_workspace_id: String,
}Fields§
§source_workspace_id: StringTrait Implementations§
Source§impl Clone for InheritVerificationRequest
impl Clone for InheritVerificationRequest
Source§fn clone(&self) -> InheritVerificationRequest
fn clone(&self) -> InheritVerificationRequest
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 moreSource§impl Debug for InheritVerificationRequest
impl Debug for InheritVerificationRequest
Auto Trait Implementations§
impl Freeze for InheritVerificationRequest
impl RefUnwindSafe for InheritVerificationRequest
impl Send for InheritVerificationRequest
impl Sync for InheritVerificationRequest
impl Unpin for InheritVerificationRequest
impl UnsafeUnpin for InheritVerificationRequest
impl UnwindSafe for InheritVerificationRequest
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