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