pub struct BitmapMigrationBitmapAliasTransform {
pub persistent: Option<bool>,
}
Fields§
§persistent: Option<bool>
Trait Implementations§
Source§impl Clone for BitmapMigrationBitmapAliasTransform
impl Clone for BitmapMigrationBitmapAliasTransform
Source§fn clone(&self) -> BitmapMigrationBitmapAliasTransform
fn clone(&self) -> BitmapMigrationBitmapAliasTransform
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for BitmapMigrationBitmapAliasTransform
impl Default for BitmapMigrationBitmapAliasTransform
Source§fn default() -> BitmapMigrationBitmapAliasTransform
fn default() -> BitmapMigrationBitmapAliasTransform
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BitmapMigrationBitmapAliasTransform
impl<'de> Deserialize<'de> for BitmapMigrationBitmapAliasTransform
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BitmapMigrationBitmapAliasTransform
impl RefUnwindSafe for BitmapMigrationBitmapAliasTransform
impl Send for BitmapMigrationBitmapAliasTransform
impl Sync for BitmapMigrationBitmapAliasTransform
impl Unpin for BitmapMigrationBitmapAliasTransform
impl UnwindSafe for BitmapMigrationBitmapAliasTransform
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