pub struct IndexWriteTreeOutput {
pub tree_oid: String,
}Fields§
§tree_oid: StringTrait Implementations§
Source§impl Clone for IndexWriteTreeOutput
impl Clone for IndexWriteTreeOutput
Source§fn clone(&self) -> IndexWriteTreeOutput
fn clone(&self) -> IndexWriteTreeOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexWriteTreeOutput
impl Debug for IndexWriteTreeOutput
Source§impl<'de> Deserialize<'de> for IndexWriteTreeOutput
impl<'de> Deserialize<'de> for IndexWriteTreeOutput
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
Auto Trait Implementations§
impl Freeze for IndexWriteTreeOutput
impl RefUnwindSafe for IndexWriteTreeOutput
impl Send for IndexWriteTreeOutput
impl Sync for IndexWriteTreeOutput
impl Unpin for IndexWriteTreeOutput
impl UnsafeUnpin for IndexWriteTreeOutput
impl UnwindSafe for IndexWriteTreeOutput
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