Struct nektar::DropPartitionsResult
source · pub struct DropPartitionsResult {
pub partitions: Option<Vec<Partition>>,
}Fields§
§partitions: Option<Vec<Partition>>Implementations§
Trait Implementations§
source§impl Clone for DropPartitionsResult
impl Clone for DropPartitionsResult
source§fn clone(&self) -> DropPartitionsResult
fn clone(&self) -> DropPartitionsResult
Returns a copy 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 DropPartitionsResult
impl Debug for DropPartitionsResult
source§impl Default for DropPartitionsResult
impl Default for DropPartitionsResult
source§fn default() -> DropPartitionsResult
fn default() -> DropPartitionsResult
Returns the “default value” for a type. Read more
source§impl Hash for DropPartitionsResult
impl Hash for DropPartitionsResult
source§impl Ord for DropPartitionsResult
impl Ord for DropPartitionsResult
source§fn cmp(&self, other: &DropPartitionsResult) -> Ordering
fn cmp(&self, other: &DropPartitionsResult) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DropPartitionsResult
impl PartialEq for DropPartitionsResult
source§fn eq(&self, other: &DropPartitionsResult) -> bool
fn eq(&self, other: &DropPartitionsResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DropPartitionsResult
impl PartialOrd for DropPartitionsResult
source§fn partial_cmp(&self, other: &DropPartitionsResult) -> Option<Ordering>
fn partial_cmp(&self, other: &DropPartitionsResult) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for DropPartitionsResult
impl TSerializable for DropPartitionsResult
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<DropPartitionsResult>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for DropPartitionsResult
impl StructuralEq for DropPartitionsResult
impl StructuralPartialEq for DropPartitionsResult
Auto Trait Implementations§
impl RefUnwindSafe for DropPartitionsResult
impl Send for DropPartitionsResult
impl Sync for DropPartitionsResult
impl Unpin for DropPartitionsResult
impl UnwindSafe for DropPartitionsResult
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