pub struct ViewSpec {
pub id: String,
pub export: String,
pub mode: Mode,
pub projection: Projection,
pub filters: Filters,
pub delivery: Delivery,
}Fields§
§id: String§export: String§mode: Mode§projection: Projection§filters: Filters§delivery: DeliveryTrait Implementations§
Auto Trait Implementations§
impl Freeze for ViewSpec
impl RefUnwindSafe for ViewSpec
impl Send for ViewSpec
impl Sync for ViewSpec
impl Unpin for ViewSpec
impl UnwindSafe for ViewSpec
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