pub struct ProtectedInfo {
pub transparency: Option<bool>,
pub composite: Option<bool>,
pub position: Option<bool>,
pub artboards: Option<bool>,
}Expand description
TS LayerAdditionalInfo.protected.
Fields§
§transparency: Option<bool>§composite: Option<bool>§position: Option<bool>§artboards: Option<bool>Trait Implementations§
Source§impl Clone for ProtectedInfo
impl Clone for ProtectedInfo
Source§fn clone(&self) -> ProtectedInfo
fn clone(&self) -> ProtectedInfo
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 ProtectedInfo
impl Debug for ProtectedInfo
Source§impl Default for ProtectedInfo
impl Default for ProtectedInfo
Source§fn default() -> ProtectedInfo
fn default() -> ProtectedInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtectedInfo
impl RefUnwindSafe for ProtectedInfo
impl Send for ProtectedInfo
impl Sync for ProtectedInfo
impl Unpin for ProtectedInfo
impl UnsafeUnpin for ProtectedInfo
impl UnwindSafe for ProtectedInfo
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