pub struct ItemsByVNodeValue {
pub vid: String,
pub items: Vec<Item>,
}Fields§
§vid: String§items: Vec<Item>Implementations§
Source§impl ItemsByVNodeValue
impl ItemsByVNodeValue
Sourcepub fn builder() -> ItemsByVNodeValueBuilder
pub fn builder() -> ItemsByVNodeValueBuilder
Create an instance of ItemsByVNodeValue using the builder syntax
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItemsByVNodeValue
impl RefUnwindSafe for ItemsByVNodeValue
impl Send for ItemsByVNodeValue
impl Sync for ItemsByVNodeValue
impl Unpin for ItemsByVNodeValue
impl UnwindSafe for ItemsByVNodeValue
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