Struct vndb_api::format::rlist::RListPatch
source · pub struct RListPatch {
pub status: Option<UListStatus>,
}Fields§
§status: Option<UListStatus>Implementations§
source§impl RListPatch
impl RListPatch
pub fn new() -> Self
pub fn status(self, s: UListStatus) -> Self
Trait Implementations§
source§impl Debug for RListPatch
impl Debug for RListPatch
source§impl<'de> Deserialize<'de> for RListPatch
impl<'de> Deserialize<'de> for RListPatch
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 RListPatch
impl RefUnwindSafe for RListPatch
impl Send for RListPatch
impl Sync for RListPatch
impl Unpin for RListPatch
impl UnwindSafe for RListPatch
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