pub struct GetInvalidationResult {
pub invalidation: Option<Invalidation>,
}
Expand description
The returned result of the corresponding request.
Fields§
§invalidation: Option<Invalidation>
The invalidation's information. For more information, see Invalidation Complex Type.
Trait Implementations§
Source§impl Clone for GetInvalidationResult
impl Clone for GetInvalidationResult
Source§fn clone(&self) -> GetInvalidationResult
fn clone(&self) -> GetInvalidationResult
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 GetInvalidationResult
impl Debug for GetInvalidationResult
Source§impl Default for GetInvalidationResult
impl Default for GetInvalidationResult
Source§fn default() -> GetInvalidationResult
fn default() -> GetInvalidationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetInvalidationResult
impl PartialEq for GetInvalidationResult
impl StructuralPartialEq for GetInvalidationResult
Auto Trait Implementations§
impl Freeze for GetInvalidationResult
impl RefUnwindSafe for GetInvalidationResult
impl Send for GetInvalidationResult
impl Sync for GetInvalidationResult
impl Unpin for GetInvalidationResult
impl UnwindSafe for GetInvalidationResult
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