pub struct FrameGraphRes {
pub frame_yaml: String,
}Fields§
§frame_yaml: StringTrait Implementations§
Source§impl Clone for FrameGraphRes
impl Clone for FrameGraphRes
Source§fn clone(&self) -> FrameGraphRes
fn clone(&self) -> FrameGraphRes
Returns a copy 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 FrameGraphRes
impl Debug for FrameGraphRes
Source§impl Default for FrameGraphRes
impl Default for FrameGraphRes
Source§impl<'de> Deserialize<'de> for FrameGraphRes
impl<'de> Deserialize<'de> for FrameGraphRes
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
Source§impl PartialEq for FrameGraphRes
impl PartialEq for FrameGraphRes
Source§impl Serialize for FrameGraphRes
impl Serialize for FrameGraphRes
impl Message for FrameGraphRes
impl StructuralPartialEq for FrameGraphRes
Auto Trait Implementations§
impl Freeze for FrameGraphRes
impl RefUnwindSafe for FrameGraphRes
impl Send for FrameGraphRes
impl Sync for FrameGraphRes
impl Unpin for FrameGraphRes
impl UnwindSafe for FrameGraphRes
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