pub struct WebRefWithPath {
pub path: Option<String>,
pub ref_type: Option<String>,
pub initialized: Option<bool>,
pub ref_simple_name: Option<String>,
pub ref: Option<String>,
}
Expand description
WebRefWithPath 模型
Fields§
§path: Option<String>
§ref_type: Option<String>
§initialized: Option<bool>
§ref_simple_name: Option<String>
§ref: Option<String>
Trait Implementations§
Source§impl Clone for WebRefWithPath
impl Clone for WebRefWithPath
Source§fn clone(&self) -> WebRefWithPath
fn clone(&self) -> WebRefWithPath
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 Debug for WebRefWithPath
impl Debug for WebRefWithPath
Source§impl<'de> Deserialize<'de> for WebRefWithPath
impl<'de> Deserialize<'de> for WebRefWithPath
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 WebRefWithPath
impl RefUnwindSafe for WebRefWithPath
impl Send for WebRefWithPath
impl Sync for WebRefWithPath
impl Unpin for WebRefWithPath
impl UnwindSafe for WebRefWithPath
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