Struct async_nats::jetstream::object_store::ObjectOptions
source · pub struct ObjectOptions {
pub link: Option<ObjectLink>,
pub max_chunk_size: Option<usize>,
}
Fields§
§link: Option<ObjectLink>
§max_chunk_size: Option<usize>
Trait Implementations§
source§impl Clone for ObjectOptions
impl Clone for ObjectOptions
source§fn clone(&self) -> ObjectOptions
fn clone(&self) -> ObjectOptions
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 ObjectOptions
impl Debug for ObjectOptions
source§impl<'de> Deserialize<'de> for ObjectOptions
impl<'de> Deserialize<'de> for ObjectOptions
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
source§impl PartialEq for ObjectOptions
impl PartialEq for ObjectOptions
source§impl Serialize for ObjectOptions
impl Serialize for ObjectOptions
impl Eq for ObjectOptions
impl StructuralPartialEq for ObjectOptions
Auto Trait Implementations§
impl Freeze for ObjectOptions
impl RefUnwindSafe for ObjectOptions
impl Send for ObjectOptions
impl Sync for ObjectOptions
impl Unpin for ObjectOptions
impl UnwindSafe for ObjectOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)