pub struct LinkRefJson {
pub id: String,
pub short_id: String,
pub title: String,
}Fields§
§id: String§short_id: String§title: StringTrait Implementations§
Source§impl Debug for LinkRefJson
impl Debug for LinkRefJson
Auto Trait Implementations§
impl Freeze for LinkRefJson
impl RefUnwindSafe for LinkRefJson
impl Send for LinkRefJson
impl Sync for LinkRefJson
impl Unpin for LinkRefJson
impl UnsafeUnpin for LinkRefJson
impl UnwindSafe for LinkRefJson
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