Struct async_nats::jetstream::object_store::ObjectLink
source · pub struct ObjectLink {
pub name: Option<String>,
pub bucket: String,
}
Expand description
A link to another object, potentially in another bucket.
Fields§
§name: Option<String>
Name of the object
bucket: String
Name of the bucket the object is stored in.
Trait Implementations§
source§impl Clone for ObjectLink
impl Clone for ObjectLink
source§fn clone(&self) -> ObjectLink
fn clone(&self) -> ObjectLink
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 ObjectLink
impl Debug for ObjectLink
source§impl Default for ObjectLink
impl Default for ObjectLink
source§fn default() -> ObjectLink
fn default() -> ObjectLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ObjectLink
impl<'de> Deserialize<'de> for ObjectLink
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 ObjectLink
impl PartialEq for ObjectLink
source§impl Serialize for ObjectLink
impl Serialize for ObjectLink
impl Eq for ObjectLink
impl StructuralPartialEq for ObjectLink
Auto Trait Implementations§
impl Freeze for ObjectLink
impl RefUnwindSafe for ObjectLink
impl Send for ObjectLink
impl Sync for ObjectLink
impl Unpin for ObjectLink
impl UnwindSafe for ObjectLink
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
)