Struct some_random_api::canvas::CanvasEndpoint
source · pub struct CanvasEndpoint {
pub filter: CanvasFilterEndpoint,
pub misc: CanvasMiscEndpoint,
pub overlay: CanvasOverlayEndpoint,
}
Fields§
§filter: CanvasFilterEndpoint
§misc: CanvasMiscEndpoint
§overlay: CanvasOverlayEndpoint
Auto Trait Implementations§
impl !RefUnwindSafe for CanvasEndpoint
impl Send for CanvasEndpoint
impl Sync for CanvasEndpoint
impl Unpin for CanvasEndpoint
impl !UnwindSafe for CanvasEndpoint
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