pub struct PropertyTweak<'l> {
pub rename: Option<&'l str>,
pub read_write: Option<PropertyReadWrite>,
}
Fields§
§rename: Option<&'l str>
§read_write: Option<PropertyReadWrite>
Implementations§
Source§impl PropertyTweak<'_>
impl PropertyTweak<'_>
pub fn none() -> PropertyTweak<'static>
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for PropertyTweak<'l>
impl<'l> RefUnwindSafe for PropertyTweak<'l>
impl<'l> Send for PropertyTweak<'l>
impl<'l> Sync for PropertyTweak<'l>
impl<'l> Unpin for PropertyTweak<'l>
impl<'l> UnwindSafe for PropertyTweak<'l>
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