pub struct LinkInput {
pub predicate: Option<String>,
pub source: String,
pub target: String,
}
Fields§
§predicate: Option<String>
§source: String
§target: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkInput
impl RefUnwindSafe for LinkInput
impl Send for LinkInput
impl Sync for LinkInput
impl Unpin for LinkInput
impl UnwindSafe for LinkInput
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