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