pub struct Backlink {
pub cardinality: Cardinality,
pub name: String,
pub target_id: Uuid,
pub is_exclusive: bool,
pub stub: Option<String>,
}
Fields§
§cardinality: Cardinality
§name: String
§target_id: Uuid
§is_exclusive: bool
§stub: Option<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Backlink
impl RefUnwindSafe for Backlink
impl Send for Backlink
impl Sync for Backlink
impl Unpin for Backlink
impl UnwindSafe for Backlink
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