pub struct ViewUsage {
pub name: String,
pub type_name: Option<String>,
pub body: ViewBody,
}Expand description
View usage: view name : type? ViewBody.
Fields§
§name: String§type_name: Option<String>§body: ViewBodyTrait Implementations§
impl Eq for ViewUsage
impl StructuralPartialEq for ViewUsage
Auto Trait Implementations§
impl Freeze for ViewUsage
impl RefUnwindSafe for ViewUsage
impl Send for ViewUsage
impl Sync for ViewUsage
impl Unpin for ViewUsage
impl UnsafeUnpin for ViewUsage
impl UnwindSafe for ViewUsage
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