pub struct get_owner_dues_by_acp;Expand description
GET /api/v1/stats/owner/dues-by-acp
Ce que le copropriétaire doit, ventilé par association.
Séparée de /stats/owner parce qu’elle répond à une autre question : celle
-là dit « combien », celle-ci dit « à QUI ». Un copropriétaire peut détenir
des lots dans plusieurs ACP, et chacune est une personne morale avec son
propre compte bancaire (Art. 3.86 § 1er et § 3).
Un montant global laisse croire qu’un virement unique suffit ; il paierait la mauvaise personne morale pour une partie de la somme (#867).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for get_owner_dues_by_acp
impl RefUnwindSafe for get_owner_dues_by_acp
impl Send for get_owner_dues_by_acp
impl Sync for get_owner_dues_by_acp
impl Unpin for get_owner_dues_by_acp
impl UnsafeUnpin for get_owner_dues_by_acp
impl UnwindSafe for get_owner_dues_by_acp
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.