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