pub struct ManchesterCompletions {
pub classes: Vec<String>,
pub object_properties: Vec<String>,
pub data_properties: Vec<String>,
pub datatypes: Vec<String>,
}Fields§
§classes: Vec<String>§object_properties: Vec<String>§data_properties: Vec<String>§datatypes: Vec<String>Trait Implementations§
Source§impl Debug for ManchesterCompletions
impl Debug for ManchesterCompletions
Auto Trait Implementations§
impl Freeze for ManchesterCompletions
impl RefUnwindSafe for ManchesterCompletions
impl Send for ManchesterCompletions
impl Sync for ManchesterCompletions
impl Unpin for ManchesterCompletions
impl UnsafeUnpin for ManchesterCompletions
impl UnwindSafe for ManchesterCompletions
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