pub struct RefAdvertisement {
pub id: ObjectId,
pub name: String,
}Expand description
A reference advertisement line.
Fields§
§id: ObjectIdObject ID the ref points to.
name: StringReference name.
Trait Implementations§
Source§impl Clone for RefAdvertisement
impl Clone for RefAdvertisement
Source§fn clone(&self) -> RefAdvertisement
fn clone(&self) -> RefAdvertisement
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RefAdvertisement
impl RefUnwindSafe for RefAdvertisement
impl Send for RefAdvertisement
impl Sync for RefAdvertisement
impl Unpin for RefAdvertisement
impl UnwindSafe for RefAdvertisement
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