pub enum ReadmePatch {
Set(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadmePatch
impl RefUnwindSafe for ReadmePatch
impl Send for ReadmePatch
impl Sync for ReadmePatch
impl Unpin for ReadmePatch
impl UnsafeUnpin for ReadmePatch
impl UnwindSafe for ReadmePatch
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