Struct diesel::types::Array [] [src]

pub struct Array<T>(_);

Trait Implementations

impl<T> QueryId for Array<T> where T: QueryId
[src]

type QueryId = Array<T::QueryId>

fn has_static_query_id() -> bool

fn query_id() -> Option<TypeId>

impl<T> NotNull for Array<T>
[src]

impl<T: Default> Default for Array<T>
[src]

fn default() -> Array<T>

Returns the "default value" for a type. Read more

impl<T: Copy> Copy for Array<T>
[src]

impl<T: Clone> Clone for Array<T>
[src]

fn clone(&self) -> Array<T>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Array<T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.