pub struct SheetDisclosure {
pub sheet_timeline_options: Option<Vec<SheetTimelineOption>>,
}Expand description
TS ImageResources.sheetDisclosure.
Fields§
§sheet_timeline_options: Option<Vec<SheetTimelineOption>>Trait Implementations§
Source§impl Clone for SheetDisclosure
impl Clone for SheetDisclosure
Source§fn clone(&self) -> SheetDisclosure
fn clone(&self) -> SheetDisclosure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SheetDisclosure
impl Debug for SheetDisclosure
Source§impl Default for SheetDisclosure
impl Default for SheetDisclosure
Source§fn default() -> SheetDisclosure
fn default() -> SheetDisclosure
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SheetDisclosure
impl RefUnwindSafe for SheetDisclosure
impl Send for SheetDisclosure
impl Sync for SheetDisclosure
impl Unpin for SheetDisclosure
impl UnsafeUnpin for SheetDisclosure
impl UnwindSafe for SheetDisclosure
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