pub struct CtCustomSheetViews {
pub views: Vec<CtCustomSheetView>,
}Fields§
§views: Vec<CtCustomSheetView>Trait Implementations§
Source§impl Debug for CtCustomSheetViews
impl Debug for CtCustomSheetViews
Source§impl XmlDeserialize for CtCustomSheetViews
impl XmlDeserialize for CtCustomSheetViews
fn deserialize<B: BufRead>( tag: &[u8], reader: &mut Reader<B>, attrs: Attributes<'_>, is_empty: bool, ) -> Self
Source§impl XmlSerialize for CtCustomSheetViews
impl XmlSerialize for CtCustomSheetViews
Auto Trait Implementations§
impl Freeze for CtCustomSheetViews
impl RefUnwindSafe for CtCustomSheetViews
impl Send for CtCustomSheetViews
impl Sync for CtCustomSheetViews
impl Unpin for CtCustomSheetViews
impl UnwindSafe for CtCustomSheetViews
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