pub struct PartitionsInRangePartitionsInner {
pub partition: String,
pub status: Status,
}Fields§
§partition: String§status: StatusImplementations§
Source§impl PartitionsInRangePartitionsInner
impl PartitionsInRangePartitionsInner
pub fn new( partition: String, status: Status, ) -> PartitionsInRangePartitionsInner
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PartitionsInRangePartitionsInner
impl<'de> Deserialize<'de> for PartitionsInRangePartitionsInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PartitionsInRangePartitionsInner
Auto Trait Implementations§
impl Freeze for PartitionsInRangePartitionsInner
impl RefUnwindSafe for PartitionsInRangePartitionsInner
impl Send for PartitionsInRangePartitionsInner
impl Sync for PartitionsInRangePartitionsInner
impl Unpin for PartitionsInRangePartitionsInner
impl UnsafeUnpin for PartitionsInRangePartitionsInner
impl UnwindSafe for PartitionsInRangePartitionsInner
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